Set Config Text
The "Set Config Text" activity in AutomatR facilitates the dynamic updating or setting of non-sensitive information in a configuration file. This activity is useful for modifying configuration values based on a specified key during the execution of automation processes.
Name | Description |
---|---|
Input | |
Configuration Key | Specifies the key associated with the text value in the configuration file. Supports a string variable. |
Value | Specifies the new text value that you want to set for the specified key. Supports a string variable. |
Misc | |
Display Name | This property allows you to customize the display name of the activity within the workflow. |
Optional | |
Delay | Specifies a delay (in seconds) before executing the activity, providing flexibility in the timing of the workflow. Supports an Int32 variable. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
Output | |
Status | Captures the status of the "Set Config Text" operation, indicating whether the update or setting of the text value was successful. It supports a boolean variable, making it easy to incorporate the result into conditional workflows based on the success or failure of the update. |
Effectively configuring these properties enables you to dynamically update or set text values in a configuration file, enhancing the adaptability and configurability of your AutomatR automation processes.